home *** CD-ROM | disk | FTP | other *** search
/ Flybox Trout (Edition 1) / Flybox Trout (Edition 1).iso / Setup / FlyBox.cab / FlyBox.swf / scripts / DefineButton2_156 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2002-04-15  |  190 b   |  10 lines

  1. on(release){
  2.    set("_root:FlyID",FlyID);
  3.    set("_root:rCurPage",eval("..:CurPage"));
  4.    tellTarget(_root)
  5.    {
  6.       gotoAndStop("MainDetail");
  7.    }
  8.    getUrl("FlyDetail", "");
  9. }
  10.